body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  margin: 0; }

.container {
  width: 1300px;
  padding: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.header {
  box-shadow: 0px 2px 0px 0px rgba(2, 7, 36, 0.1);
  position: fixed;
  z-index: 12222;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff; }

.header_top {
  width: 100%;
  height: 50px;
  background: #4a9a83; }
  .header_top a {
    color: #fff; }
  .header_top i {
    font-size: 15px; }

.sns_box a {
  line-height: 50px;
  margin-right: 25px; }

.tea_box a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 50px;
  margin-right: 35px; }
  .tea_box a i {
    margin-right: 5px; }
    .tea_box a i img {
      margin-top: -3px; }

.hed_line {
  width: 1px;
  height: 20px;
  background: white;
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 13px 0; }

.langBox {
  display: inline-block;
  position: relative; }
  .langBox a {
    margin-right: 0; }

.langtop {
  margin-top: -3px; }

.tea_box a.lang_cn {
  margin-right: 20px; }

.tea_box a.sea_box {
  width: 120px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-right: 0;
  display: inline-block; }

.dropdown-menu {
  left: -20px;
  right: 0;
  top: 100%;
  min-width: 110px; }
  .dropdown-menu a {
    color: #484848;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px; }

.Danau_logo {
  transition: all .4s;
  width: 130px;
  margin: 21px 0 13px;
  display: block; }

.pc_nav ul, .pc_nav li {
  list-style-type: none; }

.pc_nav ul {
  margin-bottom: 0; }
.pc_nav li {
  margin-left: 40px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 130px;
  color: #1a1a1a;
  position: relative; }
  .pc_nav li .aa-a {
    transition: all .4s; }
  .pc_nav li:hover .nav-protype {
    display: block; }
  .pc_nav li:hover .nav-newtype {
    display: block; }
  .pc_nav li:hover .hov_line {
    width: 100%;
    transition: all .4s; }
  .pc_nav li:hover > a {
    color: #4A9A83;
    text-decoration: none; }
  .pc_nav li.active .hov_line {
    width: 100%;
    transition: all .4s; }
  .pc_nav li.active > a {
    color: #4A9A83;
    text-decoration: none; }

.hov_line {
  display: block;
  width: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  height: 4px;
  background: #4a9a83; }

.nav-protype, .nav-newtype, .a-aa {
  position: absolute;
  width: 380px;
  padding: 0 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 222; }
  .nav-protype h5, .nav-newtype h5, .a-aa h5 {
    width: 100%;
    height: 5px;
    margin-bottom: 5px; }
  .nav-protype li, .nav-newtype li, .a-aa li {
    display: block;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 42px;
    padding-left: 10px;
    width: 100%;
    transition: all .4s;
    margin-left: 0; }
    .nav-protype li a, .nav-newtype li a, .a-aa li a {
      color: #1a1a1a; }
    .nav-protype li b, .nav-newtype li b, .a-aa li b {
      opacity: 0;
      transition: all .4s;
      margin-right: 5px; }
    .nav-protype li:hover, .nav-newtype li:hover, .a-aa li:hover {
      background-color: #4A9A83;
      padding-left: 30px;
      transition: all .4s; }
  .nav-protype li:hover a, .nav-newtype li:hover a, .a-aa li:hover a {
    color: #fff; }
  .nav-protype li:hover b, .nav-newtype li:hover b, .a-aa li:hover b {
    opacity: 1;
    transition: all .4s; }

.a-aa {
  width: 200px; }

.b-b {
  position: relative;
  display: block; }
  .b-b:hover .a-aa {
    display: block; }

.nav-newtype {
  width: 230px;
  left: 0; }

.header_search_box {
  position: fixed;
  z-index: 9999999;
  display: none;
  top: 180px;
  left: 0;
  text-align: center;
  height: 0;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc; }

.header_search_box .black-overlay {
  height: 800px;
  background-color: #000;
  opacity: .7;
  width: 100%; }

.header_search_box_width {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  padding-bottom: 130px;
  padding-top: 180px;
  position: relative; }

.search_box .search, .search_box .submit_btn {
  float: left; }

.search_box .search {
  height: 48px;
  border-bottom: 1px solid #e6e0e0;
  width: 636px;
  overflow: hidden; }

.search_box .search i {
  font-size: 24px;
  float: left;
  line-height: 48px;
  text-align: center;
  width: 48px;
  color: grey; }

.search_box .search .icon::before {
  vertical-align: middle; }

.search_box .search input {
  float: left;
  width: calc(100% - 54px);
  font-size: 18px;
  height: 100%;
  border: none;
  outline: inherit; }

.search_box .submit_btn {
  width: 120px;
  height: 42px;
  border-radius: 4px;
  background: #212121;
  color: #fff;
  margin-left: 18px;
  outline: inherit;
  border: none;
  font-size: 16px;
  background: -moz-linear-gradient(-176deg, #72bcbd 0%, #4898c6 100%);
  background: -webkit-linear-gradient(-176deg, #72bcbd 0%, #4898c6 100%);
  background: -ms-linear-gradient(-176deg, #72bcbd 0%, #4898c6 100%); }

.quick_links_box {
  text-align: center; }

.quick_links_tit {
  color: #ccc;
  font-size: 16px;
  margin-top: 30px;
  text-transform: uppercase; }

.quick_links_box {
  display: inline-block;
  width: 540px;
  text-align: center; }

.quick_links_box a {
  padding: 0 22px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin: 0 20px 16px 0;
  color: #999;
  line-height: 40px; }

.close_search {
  height: 60px;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: table; }

.close_search div {
  height: 60px;
  display: table-cell;
  vertical-align: middle; }

.close_search i {
  font-size: 20px;
  color: #8d8d8d; }

.close_search p {
  font-size: 16px;
  margin: 0;
  color: #c4c4c4; }

#close_state_box {
  bottom: 8px; }

.enquiry_make, .enquiry_makee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.active_p {
  background-color: #000000;
  width: 100% !important; }

.enquiry_make p, .enquiry_makee p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  background: #000;
  color: #fff;
  transform: translate(-50%, -50%); }

.ft_top {
  background: #5fb291;
  padding: 110px 0 55px; }
  .ft_top h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: white;
    line-height: 48px;
    width: 760px;
    margin: auto;
    text-align: center; }
  .ft_top a {
    width: 200px;
    height: 50px;
    background: #36363f;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: white;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 30px auto; }

footer {
  background: #1a1a1a;
  padding-top: 100px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover; }

footer .top div {
  display: inline-block;
  margin-right: 55px;
  vertical-align: top;
  width: 225px; }

footer .top div h3 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  text-transform: uppercase; }

footer .top div ul a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: gray;
  line-height: 28px;
  transition: all 0.3s;
  text-transform: capitalize; }

footer .top div.ft_pro ul a {
  line-height: 18px;
  margin-bottom: 15px; }

footer .top div ul a:hover {
  color: #fff; }

footer .top section {
  display: inline-block;
  width: 460px; }
  footer .top section div {
    width: 100%;
    margin-right: 0; }

footer .top section h3 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666; }

footer .top section ul a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: gray;
  line-height: 28px;
  transition: all 0.3s; }

footer .top section ul a:hover {
  color: #fff; }

footer .top section .footConT {
  margin-top: 30px; }

footer .top section .con span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 28px;
  transition: all 0.3s; }

footer .top section .con span:hover {
  color: #fff; }

footer .top section .con a {
  color: #808080;
  display: inline-block; }

footer .top section .con a:hover {
  color: #fff; }

footer .top .last {
  width: 100%;
  margin-top: 60px;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px; }

footer .top .last h3 {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

footer .top .last ul {
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top; }

footer .top .last ul li {
  float: left;
  margin-right: 25px;
  font-size: 0; }

footer .top .last ul a {
  display: inline-block; }

footer .top .last ul li:last-child {
  margin-right: 0; }

footer .top .last ul i {
  color: #fff;
  font-size: 24px; }

footer .bottom {
  padding-top: 30px;
  padding-bottom: 30px; }

footer .bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  display: inline-block; }

footer .bottom p a {
  color: #fff; }

footer .bottom div {
  display: inline-block;
  float: right;
  position: relative; }

footer .bottom div img {
  padding-left: 15px; }

footer .bottom div img:hover {
  cursor: pointer; }

footer .bottom div ul {
  text-align: center;
  background-color: #545353;
  width: 100%;
  height: 27px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 90%;
  left: 0;
  display: none; }

footer .bottom div ul a {
  color: #d1d1d1;
  line-height: 24px;
  font-size: 14px;
  margin: 0 8px; }

.pcmenu {
  display: none; }

#search_form_phonea {
  padding: 15px 40px;
  font-size: 0; }

#search_form_phonea input[type="text"] {
  width: 68%;
  padding: 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #87898a;
  outline: none;
  vertical-align: top; }

#search_form_phonea input[type="submit"] {
  border: none;
  background-color: #87898a;
  color: white;
  font-size: 18px;
  padding: 9.5px 15px;
  vertical-align: top; }

.lang {
  padding: 0 40px; }

.lang .langbox {
  width: 100%;
  margin: auto;
  text-align: left; }

.lang .langbox a {
  font-size: 18px;
  color: #999;
  font-family: "Lato", sans-serif;
  line-height: 50px;
  display: inline-block;
  margin-right: 4px; }

.btmline {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  opacity: 0.1; }

.lang .langbox a:hover {
  color: #212121;
  text-decoration: none; }

.header_box {
  position: absolute;
  height: calc(100vh - 131px);
  right: 0;
  top: 100%;
  transform: translate(490px, 0px);
  overflow-y: auto;
  transition-delay: 0s;
  width: 490px;
  background-color: #f5f5f5;
  z-index: 9999;
  transition: z-index .3s, right .5s,transform .5s; }

.hdbox_tit ul {
  margin-bottom: 0; }

.hdbox_tit li {
  position: relative; }

.hdbox_tit li a {
  display: block;
  color: #333;
  margin: auto;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 51px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 40px; }

.hdbox_tit li span {
  font-weight: 400;
  line-height: 50px;
  display: block;
  font-size: 18px;
  position: absolute;
  z-index: 123;
  top: 0;
  right: 40px;
  transition: all .4s;
  color: #333; }

.hdbox_tit > ul > li > a:hover {
  color: #212121;
  text-decoration: none; }

.hdbox_tit > ul > li:hover span {
  color: #212121; }

.hdbox_tit ul.myulaa {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none; }

.hdbox_tit ul.myulaa li a {
  font-size: 14px;
  border: none;
  line-height: 32px;
  color: #666;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.hdbox_tit ul.myulaa li a:hover {
  color: #212121; }

.hdbox_tit .activeul {
  color: #212121; }

.hdbox_tit .activespan {
  color: #212121;
  transform: rotate(45deg);
  transition: all .4s; }

.activea {
  transform: translate(0px, 0px);
  transition: z-index .3s,transform .5s; }

.header_box .ft_shej {
  margin-top: 0;
  padding-left: 20px; }
  .header_box .ft_shej a {
    margin-right: 30px; }

.header_box .ft_shej a > i {
  color: #87898a;
  font-size: 20px; }

.active-close {
  display: block !important; }

.log {
  position: fixed;
  width: 100%;
  left: 0;
  top: 180px;
  padding: 40px 0 80px;
  background: white;
  display: none;
  z-index: 9999; }

.log .container .header-title h3 {
  line-height: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Montserrat";
  color: black;
  text-align: left; }

.container #login-form {
  width: 55%;
  float: left;
  border-right: 1px solid #cccccc;
  padding-left: 0px;
  padding-right: 2.42857%; }

.container .register {
  width: 45%;
  float: right;
  text-align: left;
  padding-left: 45px; }

.register h4 {
  color: #595656;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5; }

.register ul {
  margin-bottom: 20px; }

.register ul li {
  list-style: disc;
  margin-bottom: 5px;
  color: #777777 !important;
  font-size: 12px;
  list-style-position: inside;
  line-height: 1.5; }

.register p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.5; }

.register-btn {
  max-width: 335px;
  height: 50px;
  outline: none;
  background-color: #4a9a83 !important; }

.log-form li {
  color: #595656;
  font-size: 16px;
  text-align: left;
  list-style-type: none; }

.log-form li .input-box {
  width: 66.66667%;
  float: left;
  padding-left: 3.33333%;
  padding-right: 3.33333%; }

.log-form .input-box input {
  padding: 13px 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  width: 100%;
  height: 45px; }

.log-form li span {
  width: 33.33333%;
  float: left;
  padding-right: 3.33333%;
  padding-left: 0px;
  margin-bottom: 0px; }

.remember {
  margin-bottom: 35px; }

.check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  padding: 3px;
  vertical-align: middle; }

.check-box span {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: text-top; }

.remember p {
  color: #333333;
  font-family: "Montserrat";
  display: inline-block;
  padding-left: 15px;
  vertical-align: text-top;
  line-height: 1.2; }

.activeee {
  background-color: #000000; }

.log-btn {
  width: 100%;
  height: 50px;
  background-color: #4a9a83;
  padding: 10px;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
  border: none;
  cursor: pointer;
  line-height: 35px; }

.log-form a {
  font-size: 12px;
  font-family: "Montserrat";
  color: #595656 !important;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 500; }

.header-close {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  color: #787878;
  font-size: 14px;
  font-family: Verdana;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #f5f5f5;
  cursor: pointer; }

.pop-box {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none; }

.register-content {
  padding: 65px 65px 90px 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 575px; }

.register-content h3 {
  font-family: "Montserrat";
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px; }

.rclose {
  position: absolute;
  top: 15px;
  right: 15px; }

.register-form-logo {
  text-align: center;
  position: relative;
  margin-bottom: 25px; }

.register-form-logo img {
  display: inline-block;
  position: relative;
  z-index: 5; }

.register-form-logo .rlogo-line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%); }

.register-content form {
  padding: 0px 20px; }

.register-content form p {
  color: #666666;
  font-family: "Montserrat";
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left; }

.register-content form input {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  border: none; }

.register-content form li {
  width: 50%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  list-style-type: none; }

.register-content form li:nth-child(1) {
  padding-left: 0px; }

.register-content form li:nth-child(2) {
  padding-right: 0px; }

.register-content form button {
  margin-top: 25px;
  margin-bottom: 30px;
  height: 40px;
  padding: 0 30px;
  border: none;
  color: white; }

.register-content form p {
  color: #666666;
  font-family: "Montserrat";
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left; }

.register-content p {
  color: #999999;
  font-family: "Montserrat";
  font-size: 12px; }

.icon-bar {
  width: 25px;
  height: 2px;
  display: block;
  background: white;
  margin-bottom: 5px; }

.dnsea {
  display: none; }

.Activee {
  transition: all .4s; }
  .Activee .header_top {
    display: none; }
  .Activee .dnsea {
    display: block; }
  .Activee .Danau_logo {
    width: 90px;
    margin: 13px 0 10px;
    transition: all .2s; }
  .Activee .pc_nav > ul > li {
    line-height: 90px;
    transition: all .2s; }
  .Activee .log {
    top: 90px;
    padding: 60px 0 80px;
    z-index: 1234;
    box-shadow: 0px 0px 0px 2px rgba(2, 7, 36, 0.1); }
  .Activee .header_search_box {
    top: 90px; }

.denglu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer; }

footer .top section .footConTa {
  margin-top: 0; }

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .container {
    width: 1200px; }

  footer .top div {
    margin-right: 40px; }

  footer .top section {
    width: 405px; }

  .pc_nav > ul > li {
    margin-left: 30px; } }
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .container {
    width: 1170px; }

  footer .top div {
    margin-right: 30px; }

  footer .top section {
    width: 405px; }

  .pc_nav > ul > li {
    margin-left: 25px;
    font-size: 15px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .container {
    width: 970px; }

  footer .top div {
    margin-right: 20px;
    width: 210px; }

  footer .top section {
    width: 280px; }

  .Danau_logo {
    width: 100px;
    height: auto;
    margin: 15px 0 10px; }
    .Danau_logo img {
      width: 100%; }

  .pc_nav > ul > li {
    margin-left: 15px;
    line-height: 100px;
    font-size: 15px; }

  .log {
    top: 145px; }

  footer .top section .footConTa {
    margin-top: 0; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .log {
    top: 130px; }

  .log-form li {
    font-size: 14px; }

  .container {
    width: 750px; }

  footer .top div {
    margin-right: 20px;
    width: 230px; }

  footer .top section {
    width: 100%; }
    footer .top section div {
      width: 40%;
      margin-right: 40px;
      vertical-align: top;
      display: inline-block; }

  footer .top section .footConT {
    margin-top: 17px; }

  .Danau_logo {
    width: 90px;
    height: auto;
    margin: 10px 0 5px; }
    .Danau_logo img {
      width: 100%; }

  .Activee {
    transition: all .4s; }
    .Activee .Danau_logo {
      width: 90px;
      margin: 10px 0 5px; }
    .Activee .pc_nav > ul > li {
      line-height: 96px; }

  .pc_nav > ul > li {
    margin-left: 20px;
    line-height: 100px; }

  .sns_box a {
    margin-right: 10px; }

  .tea_box a {
    margin-right: 5px; }

  .hed_line {
    margin: -2px 5px 0; }

  .tea_box a.lang_cn {
    margin-right: 10px; }

  .tea_box a.sea_box {
    width: 85px; }

  .pc_nav {
    display: none; }

  .pcmenu {
    cursor: pointer;
    position: relative;
    z-index: 666;
    display: block;
    margin-top: 30px;
    margin-right: 20px; }

  .pcmenu .ag {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    opacity: 0; }

  .actived .ac {
    opacity: 0; }

  .actived .ag {
    opacity: 1;
    z-index: 12; }

  .ft_top {
    height: 270px;
    background: #5fb291;
    padding: 40px 0 30px; }

  .ft_top h2 {
    font-size: 24px;
    line-height: 40px;
    width: 80%; }

  .sea_icon, .sea_user {
    display: none; }

  footer .top .last, footer .top div.myfoot3 {
    margin-right: 0; }

  footer .bottom div {
    float: none;
    margin-bottom: 20px;
    margin-top: 5px; } }
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  .header_top {
    display: none; }

  .sea_icon, .sea_user {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    color: #666; }
    .sea_icon i, .sea_user i {
      font-size: 18px;
      line-height: 22px; }

  .tea_box {
    width: 100%;
    text-align: center; }

  footer .top div {
    margin-right: 0;
    width: 100%; }

  footer .top section {
    width: 100%; }

  .Danau_logo {
    width: 90px;
    height: auto;
    margin: 10px 0 5px; }
    .Danau_logo img {
      width: 100%; }

  .Activee {
    transition: all .4s; }
    .Activee .Danau_logo {
      width: 90px;
      margin: 10px 0 5px; }

  .sns_box a {
    margin-right: 10px; }

  .tea_box a {
    margin-right: 5px; }

  .hed_line {
    margin: -2px 5px 0; }

  .tea_box a.lang_cn {
    margin-right: 10px; }

  .tea_box a.sea_box {
    width: 85px; }

  .pc_nav {
    display: none; }

  .pcmenu {
    cursor: pointer;
    position: relative;
    z-index: 666;
    display: block;
    margin-top: 30px;
    margin-right: 0; }

  .pcmenu .ag {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    opacity: 0; }

  .actived .ac {
    opacity: 0; }

  .actived .ag {
    opacity: 1;
    z-index: 12; }

  .ft_top {
    background: #5fb291;
    padding: 40px 0 30px; }
    .ft_top a {
      width: 180px;
      height: 42px;
      font-size: 14px;
      line-height: 42px;
      margin: 17px auto; }

  .ft_top h2 {
    font-size: 18px;
    line-height: 28px;
    width: 90%; }

  .header_box {
    height: calc(100vh - 82px);
    width: 100%; }

  .header_search_box_width {
    padding: 18% 3%; }

  .header_search_box_width {
    width: 100%; }

  .search_box .search {
    width: 70%; }

  .search_box .submit_btn {
    width: 80px; }

  .quick_links_box {
    width: 100%; }

  .header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff; }

  .header_search_box {
    top: 82px; }

  .search_box .search input {
    font-size: 15px; }

  footer {
    padding-top: 25px; }

  footer .bottom p {
    font-size: 14px; }

  footer .top div h3 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; }

  footer .top .last ul i {
    font-size: 20px; }

  .hdbox_tit li a, .lang {
    padding: 0 20px; }

  .log {
    position: fixed;
    top: 82px;
    height: 600px;
    overflow: scroll; }

  .log-form span {
    display: block; }

  .container #login-form {
    width: 100%;
    float: unset;
    border-right: none; }

  .container .register {
    width: 100%;
    float: unset;
    padding-left: 0; }

  .log-form li span {
    width: 100%;
    float: unset; }

  .log-form li .input-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: unset; }

  .container .register p {
    display: none; }

  .container .register ul {
    display: none; }

  .header-close span {
    display: block !important; }

  .register-content {
    width: 100%;
    padding: 10px; }

  .Activee .nav-wrap .logo img {
    height: 52px !important; }

  .header-close span {
    display: block !important; }

  .header .header1 .nav-wrap .lan-wrap {
    width: 20%;
    text-align: right;
    position: absolute;
    right: 15%;
    top: 30%; }

  footer .bottom div {
    float: none;
    margin-bottom: 20px;
    margin-top: 5px; }

  .Activee .header_search_box {
    top: 80px; } }

/*# sourceMappingURL=common.css.map */
